﻿2026-06-04T12:53:12.9860429Z ##[group]Run actions/checkout@v5
2026-06-04T12:53:12.9862959Z with:
2026-06-04T12:53:12.9863935Z   repository: SaberMage/spt-core
2026-06-04T12:53:12.9872154Z   token: ***
2026-06-04T12:53:12.9873045Z   ssh-strict: true
2026-06-04T12:53:12.9873770Z   ssh-user: git
2026-06-04T12:53:12.9874513Z   persist-credentials: true
2026-06-04T12:53:12.9875339Z   clean: true
2026-06-04T12:53:12.9876083Z   sparse-checkout-cone-mode: true
2026-06-04T12:53:12.9876954Z   fetch-depth: 1
2026-06-04T12:53:12.9877712Z   fetch-tags: false
2026-06-04T12:53:12.9878432Z   show-progress: true
2026-06-04T12:53:12.9879218Z   lfs: false
2026-06-04T12:53:12.9880264Z   submodules: false
2026-06-04T12:53:12.9881180Z   set-safe-directory: true
2026-06-04T12:53:12.9883143Z ##[endgroup]
2026-06-04T12:53:13.1439867Z Syncing repository: SaberMage/spt-core
2026-06-04T12:53:13.1443844Z ##[group]Getting Git version info
2026-06-04T12:53:13.1445339Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T12:53:13.1447455Z [command]/usr/bin/git version
2026-06-04T12:53:13.1448387Z git version 2.34.1
2026-06-04T12:53:13.1451522Z ##[endgroup]
2026-06-04T12:53:13.1460955Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/0b044f34-541b-44ad-8e1f-64e068560a7e/.gitconfig'
2026-06-04T12:53:13.1471147Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/0b044f34-541b-44ad-8e1f-64e068560a7e' before making global git config changes
2026-06-04T12:53:13.1474303Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T12:53:13.1478532Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T12:53:13.1531795Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T12:53:13.1562846Z https://github.com/SaberMage/spt-core
2026-06-04T12:53:13.1580317Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T12:53:13.1586465Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T12:53:13.1616634Z refs/heads/dev-freeform
2026-06-04T12:53:13.1630237Z [command]/usr/bin/git checkout --detach
2026-06-04T12:53:13.1686391Z HEAD is now at 785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:13.1747744Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T12:53:13.1787512Z Deleted branch dev-freeform (was 785002e).
2026-06-04T12:53:13.1838744Z ##[endgroup]
2026-06-04T12:53:13.1840559Z [command]/usr/bin/git submodule status
2026-06-04T12:53:13.2081925Z ##[group]Cleaning the repository
2026-06-04T12:53:13.2086235Z [command]/usr/bin/git clean -ffdx
2026-06-04T12:53:13.2123981Z Removing traceable-reqs
2026-06-04T12:53:13.2136483Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T12:53:13.2192509Z HEAD is now at 785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:13.2300376Z ##[endgroup]
2026-06-04T12:53:13.2302139Z ##[group]Disabling automatic garbage collection
2026-06-04T12:53:13.2303595Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T12:53:13.2306253Z ##[endgroup]
2026-06-04T12:53:13.2308338Z ##[group]Setting up auth
2026-06-04T12:53:13.2309806Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T12:53:13.2313741Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T12:53:13.2546925Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T12:53:13.2586166Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T12:53:13.2826694Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T12:53:13.2868823Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T12:53:13.3111393Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T12:53:13.3173084Z ##[endgroup]
2026-06-04T12:53:13.3174520Z ##[group]Fetching the repository
2026-06-04T12:53:13.3186484Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6f61a89677d039dc9816f2f736a05b3915f75e00:refs/remotes/origin/dev-freeform
2026-06-04T12:53:13.9687491Z From https://github.com/SaberMage/spt-core
2026-06-04T12:53:13.9692118Z  + 785002e...6f61a89 6f61a89677d039dc9816f2f736a05b3915f75e00 -> origin/dev-freeform  (forced update)
2026-06-04T12:53:13.9719674Z ##[endgroup]
2026-06-04T12:53:13.9722448Z ##[group]Determining the checkout info
2026-06-04T12:53:13.9725178Z ##[endgroup]
2026-06-04T12:53:13.9730223Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T12:53:13.9800201Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T12:53:13.9840776Z ##[group]Checking out the ref
2026-06-04T12:53:13.9847064Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T12:53:13.9911006Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T12:53:13.9913794Z any of your branches:
2026-06-04T12:53:13.9914923Z 
2026-06-04T12:53:13.9916568Z   785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:13.9919090Z 
2026-06-04T12:53:13.9920644Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T12:53:13.9923662Z to do so with:
2026-06-04T12:53:13.9929542Z 
2026-06-04T12:53:13.9931022Z  git branch <new-branch-name> 785002e
2026-06-04T12:53:13.9932786Z 
2026-06-04T12:53:13.9934077Z Switched to a new branch 'dev-freeform'
2026-06-04T12:53:13.9937266Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T12:53:13.9944590Z ##[endgroup]
2026-06-04T12:53:13.9985965Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T12:53:14.0026445Z 6f61a89677d039dc9816f2f736a05b3915f75e00
